Fix a typo.
authorMatthias Clasen <mclasen@redhat.com>
Tue, 27 Dec 2005 07:39:19 +0000 (07:39 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 27 Dec 2005 07:39:19 +0000 (07:39 +0000)
2005-12-27  Matthias Clasen  <mclasen@redhat.com>

* gdk/x11/gdkevents-x11.c (check_transform): Fix a typo.

ChangeLog
ChangeLog.pre-2-10
gdk/x11/gdkevents-x11.c

index 9912cac1526e06cb41981da936490c2126dd2b18..9c2496e6d1d3bf9f0a4c10cee991cdf988086090 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-12-27  Matthias Clasen  <mclasen@redhat.com>
 
+       * gdk/x11/gdkevents-x11.c (check_transform): Fix a typo.
+       
        * gdk/x11/gdkproperty-x11.c: Avoid relocations for the list
        of standard atoms.
 
index 9912cac1526e06cb41981da936490c2126dd2b18..9c2496e6d1d3bf9f0a4c10cee991cdf988086090 100644 (file)
@@ -1,5 +1,7 @@
 2005-12-27  Matthias Clasen  <mclasen@redhat.com>
 
+       * gdk/x11/gdkevents-x11.c (check_transform): Fix a typo.
+       
        * gdk/x11/gdkproperty-x11.c: Avoid relocations for the list
        of standard atoms.
 
index 495e35939fac535292714f0e63735b394a3777da..d2533492589d6370799f214945fe3d15c5f2defa 100644 (file)
@@ -2887,7 +2887,7 @@ check_transform (const gchar *xsettings_name,
 {
   if (!g_value_type_transformable (src_type, dest_type))
     {
-      g_warning ("Cannot tranform xsetting %s of type %s to type %s\n",
+      g_warning ("Cannot transform xsetting %s of type %s to type %s\n",
                 xsettings_name,
                 g_type_name (src_type),
                 g_type_name (dest_type));